Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hard-rejection

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hard-rejection

Make unhandled promise rejections fail hard right away instead of the default silent fail

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9.5M
increased by3.16%
Maintainers
1
Weekly downloads
 
Created

What is hard-rejection?

The hard-rejection npm package is designed to ensure that unhandled promise rejections in Node.js applications are treated as hard errors, similar to throwing an exception. It is typically used during development to make sure that promise rejections do not go unnoticed.

What are hard-rejection's main functionalities?

Automatic handling of unhandled promise rejections

By simply requiring or importing 'hard-rejection/register', the package will automatically ensure that any unhandled promise rejections are treated as errors and will cause the Node.js process to exit with a non-zero exit code, making them more noticeable during development.

require('hard-rejection/register');
// or
import 'hard-rejection/register';

Other packages similar to hard-rejection

Keywords

FAQs

Package last updated on 02 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc